Projects: LOOPS : Embedding a Flash file in an Evidence Page
This page last changed on Jan 06, 2009 by aunger.
To embed a flash movie/model/animation into an Evidence Page, insert the following HTML into the page, and modify it to your needs: <object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="700" height="700" id="vectors2"> <param name="movie" value="vectors4.swf"/> <param name="quality" value="high"/> <param name="bgcolor" value="#FFFFFF"/> <embed src="http://wise.berkeley.edu/upload/15146/vectors4.swf" width="700" height="700" quality="high" bgcolor="#FFFFFF" name="vectors2" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/> </object> Things to modify:
That's all! It should appear when you run the step. |
Document generated by Confluence on Jan 27, 2014 16:43 |